home *** CD-ROM | disk | FTP | other *** search
/ Amiga Inside! / Amiga FD Inside (1995)(Ultramax).iso / berndspd / systemtools / reqchange / catalogs / prefs / reqchangeprefs.cd < prev    next >
Text File  |  1994-09-20  |  10KB  |  595 lines

  1. ; $VER: ReqChangePrefs.cd 3.4 (04.09.94)
  2. ;
  3. ; Strings in the ReqChange prefs editor that needs localization.
  4. ;
  5. ;
  6. ; Messages also used by StartRC
  7. ;
  8. ; %s:  Name of library
  9. ; %ld: Required version
  10. ;
  11. MSG_ERROR_OPEN_LIB (1//)
  12. Couldn't open %s\n\
  13. version %ld or higher!
  14. ;
  15. ; %s: String from dos.library/Fault()
  16. ;
  17. MSG_ERROR_ARGS (//)
  18. Error in arguments:\n\
  19. %s!
  20. ;
  21. MSG_COULDNT_REMOVE_PATCHES (//)
  22. Couldn't remove patches!\n\
  23. \n\
  24. Active patches: %ld.\n\
  25. Allocated requesters: %ld.\n\
  26. \n\
  27. Should I inactivate all patches?
  28. ;
  29. MSG_CONFIRM_REMOVE_PATCHES (//)
  30. Do you really want\n\
  31. to remove the patches?
  32. ;
  33. MSG_YES_RETRY_NO_GAD (//)
  34. _Yes|_Try again| _No \
  35.  
  36. ;
  37. MSG_QUIT_GAD (//)
  38. _Quit
  39. ;
  40. MSG_OK_GAD (//)
  41.  _Ok \
  42.  
  43. ;
  44. MSG_YES_NO_GAD (//)
  45. _Yes| _No \
  46.  
  47. ;
  48. MSG_EASY_QUIT_GAD (//)
  49. Quit
  50. ;
  51. ; Error messages
  52. ;
  53. #ifdef REQCHANGE_PREFS
  54. ;
  55. MSG_ERROR_NO_MEM (100//)
  56. Not enough memory!
  57. ;
  58. ; %s: Name of requested public screen
  59. ;
  60. MSG_ERROR_NO_PUBSCREEN (//)
  61. Couldn't find public screen\n\
  62. \"%s\"!
  63. ;
  64. MSG_ERROR_NO_DEFPUBSCREEN (//)
  65. Couldn't find default public screen!
  66. ;
  67. MSG_ERROR_NO_VISUALINFO (//)
  68. Couldn't get VisualInfo!
  69. ;
  70. MSG_ERROR_NO_GADGET (//)
  71. Couldn't create gadgets!
  72. ;
  73. ; %s: Name of font that didn't open.
  74. ; %d: The size of the font. NOTE: No "l" in front of the "d"!
  75. ;
  76. MSG_ERROR_NO_FONT (//)
  77. Couldn't open %s with size %d!
  78. ;
  79. MSG_ERROR_NO_MENUS (//)
  80. Couldn't create menus!
  81. ;
  82. ; This message can be followed by some of the following messages:
  83. ; MSG_NO_PUBSCREEN           /* If a PUBSCREEN parameter was used */
  84. ; MSG_ERROR_NO_PUBSCREEN
  85. ; MSG_NO_VISUAL_INFO
  86. ; MSG_ERROR_NO_FONT
  87. ; MSG_ERROR_NO_GADGET
  88. ; MSG_ERROR_NO_MENUS
  89. ; MSG_ERROR_NO_MEM
  90. ;
  91. MSG_ERROR_NO_WINDOW (//)
  92. Couldn't open window
  93. ;
  94. MSG_ERROR_NO_RESIZE (//)
  95. Couldn't resize window\n\
  96. (failed to recreate gadgets)!
  97. ;
  98. MSG_ERROR_NO_PORT (//)
  99. Couldn't create message port!
  100. ;
  101. MSG_ERROR_UNKNOWN_ERROR (//)
  102. Internal error %ld! Please report!
  103. ;
  104. ; First  %s: Name of prefs file
  105. ; Second %s: Reason for failure (ala dos.library/Fault())
  106. ;
  107. MSG_ERROR_SAVE_PREFS (//)
  108. Couldn't save prefs file\n\
  109. \"%s\":\n\
  110. %s!
  111. ;
  112. ; First  %s: Name of prefs file
  113. ; Second %s: Reason for failure (ala dos.library/Fault())
  114. ;
  115. MSG_ERROR_READ_PREFS (//)
  116. Couldn't read prefs file\n\
  117. \"%s\":\n\
  118. %s!
  119. ;
  120. ; First  %s: Name of directory
  121. ; Second %s: Reason for failure (ala dos.library/Fault())
  122. ;
  123. MSG_ERROR_CREATE_DIR (//)
  124. Couldn't create drawer\n\
  125. \"%s\":\n\
  126. %s!
  127. ;
  128. ; First  %s: Name of directory
  129. ; Second %s: Reason for failure (ala dos.library/Fault())
  130. ;
  131. MSG_ERROR_LONG_PATH (//)
  132. File path too long!
  133. ;
  134. MSG_ERROR_DENYNODE_ALLOC (//)
  135. Couldn't allocate denynode!
  136. ;
  137. MSG_ERROR_REXXNODE_ALLOC (//)
  138. Couldn't allocate rexxnode!
  139. ;
  140. MSG_ERROR_NO_DENYNAME (//)
  141. You must enter a volume name!
  142. ;
  143. MSG_ERROR_NO_REXXNAME (//)
  144. You must enter a name!
  145. ;
  146. MSG_ERROR_NO_REXXCMD (//)
  147. You must enter a command!
  148. ;
  149. MSG_ERROR_NO_SIGBIT (//)
  150. Couldn't allocate signal!
  151. ;
  152. MSG_ERROR_NO_NODE (//)
  153. Internal error: Couldn't find\n\
  154. requested node! Please report!
  155. ;
  156. ; %s: Either MSG_ERROR_SORT_OVERFLOW or MSG_ERROR_NO_MEM
  157. ;
  158. MSG_ERROR_SORT (//)
  159. Couldn't sort the list:\n\
  160. %s
  161. ;
  162. MSG_ERROR_SORT_OVERFLOW (//)
  163. Internal recursion overflow!
  164. ;
  165. ; First  %s: Name of icon (without the ".info" part)
  166. ; Second %s: Reason for failure (ala dos.library/Fault())
  167. ;
  168. MSG_ERROR_NO_ICON (//)
  169. Couldn't open icon for\n\
  170. \"%s\":\n\
  171. %s!
  172. ;
  173. ; First  %s: Name of icon (without the ".info" part)
  174. ; Second %s: Reason for failure (ala dos.library/Fault())
  175. ;
  176. MSG_ERROR_BAD_TTYPES (//)
  177. Error in tooltypes for\n\
  178. \"%s\":\n\
  179. %s!
  180. ;
  181. ; First  %s: Name of icon (without the ".info" part)
  182. ; Second %s: Reason for failure (ala dos.library/Fault())
  183. ;
  184. MSG_ERROR_WRITE_ICON (//)
  185. Couldn't write icon for\n\
  186. \"%s\":\n\
  187. %s!
  188. ;
  189. ; First  %s: Name of icon (without the ".info" part)
  190. ; Second %s: Reason for failure (ala dos.library/Fault())
  191. ;
  192. MSG_ERROR_NO_DEF_ICON (//)
  193. Couldn't find any icon to use for\n\
  194. \"%s\":\n\
  195. %s!
  196. ;
  197. ; Make sure this message is "similar to" MSG_ERROR_OPEN_LIB. :)
  198. ;
  199. MSG_ERROR_HELP (//)
  200. Online help not available:\n\
  201. Couldn't open amigaguide.library\n\
  202. version 34 or higher!
  203. ;
  204. ; %s: Error string returned from GetAmigaGuideString()
  205. ;
  206. MSG_ERROR_AMIGAGUIDE (//)
  207. AmigaGuide error:\n\
  208. %s!
  209. ;
  210. ; The following string *MAY* *NOT* be more than 99 chars after the %ld has
  211. ; been "expanded".
  212. ;
  213. MSG_ERROR_DOS (//85)
  214. DOS error %ld
  215. ;
  216. ; Misc texts used in gadgets
  217. ;
  218. MSG_CONTINUE_QUIT_GAD (//)
  219. C_ontinue|_Quit
  220. ;
  221. MSG_OK_CANCEL_GAD (+1//)
  222.  _Ok |C_ancel
  223. ;
  224. ; Gadgets in the main windows
  225. ;
  226. MSG_MISC_FLAGS_TXT (//)
  227. Patch flags
  228. ;
  229. MSG_PATCH_ASLFONTREQ_GAD (//)
  230. ASL _font requester
  231. ;
  232. MSG_PATCH_ASLSMREQ_GAD (//)
  233. ASL scr_een mode requester
  234. ;
  235. MSG_ASSIGNWEDGE_GAD (//)
  236. Assign_Wedge
  237. ;
  238. MSG_ONLYASSIGN_GAD (//)
  239. AR_Q mode
  240. ;
  241. MSG_TEXTREQ_FLAGS_TXT (//)
  242. Text requester flags
  243. ;
  244. MSG_KEYS_GAD (//)
  245. _Keyboard shortcuts
  246. ;
  247. MSG_CENTERTEXT_GAD (//)
  248. Center _text
  249. ;
  250. MSG_FILEREQ_FLAGS_TXT (//)
  251. File requester flags
  252. ;
  253. MSG_FILEBUFFER_GAD (//)
  254. _Buffer filelist
  255. ;
  256. MSG_REQTYPE_GAD (//)
  257. _Requester type:
  258. ;
  259. MSG_CENTERTYPE_GAD (//)
  260. Center _mode:
  261. ;
  262. MSG_OFFSET_GAD (//)
  263. _Offset:
  264. ;
  265. MSG_DEFAULTOFFSET_GAD (//)
  266. _Default
  267. ;
  268. MSG_DEFAULTHEIGHT_GAD (//)
  269. Default _height
  270. ;
  271. MSG_POPSCR_GAD (//)
  272. _Pop screen
  273. ;
  274. MSG_BACKFILL_GAD (//)
  275. Backfi_ll requester
  276. ;
  277. MSG_REXXMSGS_GAD (//)
  278. ARe_xx messages
  279. ;
  280. MSG_SELECTFONT_GAD (//)
  281. Fo_nt...
  282. ;
  283. MSG_SAVE_GAD (//)
  284. _Save
  285. ;
  286. MSG_USE_GAD (//)
  287. _Use
  288. ;
  289. MSG_CANCEL_GAD (//)
  290. C_ancel
  291. ;
  292. ; Texts in the cycle gadgets
  293. ;
  294. ; First we have the Requester type gadget. Try to keep them rather short,
  295. ; for the rexxwindow's sake..
  296. ;
  297. MSG_FILE_TXT (//)
  298. File
  299. ;
  300. MSG_FONT_TXT (//)
  301. Font
  302. ;
  303. MSG_PALETTE_TXT (//)
  304. Palette
  305. ;
  306. MSG_SCREENMODE_TXT (//)
  307. Screen mode
  308. ;
  309. MSG_TEXT_TXT (//)
  310. Text
  311. ;
  312. MSG_STRING_TXT (//)
  313. String
  314. ;
  315. MSG_INTEGER_TXT (//)
  316. Integer
  317. ;
  318. ; This item is only available in the rexxwindow cycle gadget
  319. ;
  320. MSG_ANY_TXT (//)
  321. Any
  322. ;
  323. ; Here is the Center mode gadget
  324. ;
  325. MSG_NORMAL_TXT (//)
  326. Normal
  327. ;
  328. MSG_DEFAULT_TXT (//)
  329. Default
  330. ;
  331. MSG_POINTER_TXT (//)
  332. Pointer
  333. ;
  334. MSG_CENTERWIN_TXT (//)
  335. Center in window
  336. ;
  337. MSG_CENTERSCR_TXT (//)
  338. Center on screen
  339. ;
  340. MSG_TOPLEFTWIN_TXT (//)
  341. Top left of window
  342. ;
  343. MSG_TOPLEFTSCR_TXT (//)
  344. Top left of screen
  345. ;
  346. ; Texts in the edit list window
  347. ;
  348. MSG_LISTTYPE_TXT (//)
  349. List _type:
  350. ;
  351. MSG_NEW_GAD (//)
  352. _New...
  353. ;
  354. MSG_DELETE_GAD (//)
  355. De_lete...
  356. ;
  357. MSG_UP_GAD (//)
  358. _Up
  359. ;
  360. MSG_DOWN_GAD (//)
  361. _Down
  362. ;
  363. MSG_SORT_GAD (//)
  364. S_ort
  365. ;
  366. MSG_EDIT_GAD (//)
  367. _Edit...
  368. ;
  369. ; The cycle gadget in the edit list window
  370. ; (there is another one as from version 3.3. See below)
  371. ;
  372. MSG_EDIT_REXX_TXT (//)
  373. Rexx messages
  374. ;
  375. MSG_EDIT_DENY_TXT (//)
  376. Denied volumes
  377. ;
  378. ; Texts used in the deny- and rexxwindow.
  379. ;
  380. MSG_DENY_NAME_GAD (//)
  381. _Volume name:
  382. ;
  383. MSG_NODE_OK_GAD (//)
  384.  _Ok \
  385.  
  386. MSG_NODE_CANCEL_GAD (//)
  387. C_ancel
  388. ;
  389. MSG_REXX_NAME_GAD (//)
  390. _Name:
  391. ;
  392. MSG_REXX_REQTYPE_GAD (//)
  393. _Requester type:
  394. ;
  395. MSG_REXX_TITLE_GAD (//)
  396. _Title:
  397. ;
  398. MSG_REXX_BODY_GAD (//)
  399. _Body:
  400. ;
  401. MSG_REXX_CMD_GAD (//)
  402. Co_mmand:
  403. ;
  404. ; Main window menu items. First char indicates "right-amiga-shortcut". Space for none.
  405. ;
  406. MSG_PROJECT_MENU (//)
  407. Project
  408. ;
  409. MSG_PROJECT_OPEN_ITEM (//)
  410. O\0Open...
  411. ;
  412. MSG_PROJECT_SAVEAS_ITEM (//)
  413. A\0Save as...
  414. ;
  415. MSG_PROJECT_ABOUT_ITEM (//)
  416. ?\0About...
  417. ;
  418. MSG_PROJECT_QUIT_ITEM (//)
  419. Q\0Quit
  420. ;
  421. MSG_EDIT_MENU (//)
  422. Edit
  423. ;
  424. MSG_EDIT_LISTS_ITEM (//)
  425. I\0Lists...
  426. ;
  427. MSG_EDIT_DEFAULTS_ITEM (//)
  428. D\0Defaults
  429. ;
  430. MSG_EDIT_LASTSAVED_ITEM (//)
  431. L\0Last saved
  432. ;
  433. MSG_EDIT_RESTORE_ITEM (//)
  434. R\0Restore
  435. ;
  436. MSG_PATCHES_MENU (//)
  437. Patches
  438. ;
  439. MSG_PATCHES_INTUITION_ITEM (//)
  440.  \0Intuition?
  441. ;
  442. MSG_PATCHES_ASL_ITEM (//)
  443.  \0ASL?
  444. ;
  445. MSG_PATCHES_ARP_ITEM (//)
  446.  \0ARP?
  447. ;
  448. MSG_PATCHES_REQ_ITEM (//)
  449.  \0REQ?
  450. ;
  451. MSG_PATCHES_UPDATE_ITEM (//)
  452.  \0Update
  453. ;
  454. MSG_PATCHES_INSTALL_ITEM (//)
  455.  \0Install...
  456. ;
  457. MSG_PATCHES_REMOVE_ITEM (//)
  458.  \0Remove...
  459. ;
  460. MSG_OPTIONS_MENU (//)
  461. Options
  462. ;
  463. MSG_OPTIONS_CREATEICONS (//)
  464. C\0Create icons?
  465. ;
  466. ; Edit list window menu items (that doesn't have a text shared with the main window).
  467. ;
  468. MSG_PROJECT_APPEND_ITEM (//)
  469. E\0Append...
  470. ;
  471. MSG_EDIT_CLEAR_ITEM (//)
  472.  \0Clear list...
  473. ;
  474. ; Other misc texts..
  475. ;
  476. MSG_REQUESTER_TITLE (//)
  477. ReqChange request
  478. ;
  479. MSG_NOT_PATCHED (//)
  480. The patches are not installed
  481. ;
  482. MSG_ALREADY_PATCHED (//)
  483. The patches are installed
  484. ;
  485. MSG_CONFIRM_INSTALL_PATCHES (//)
  486. Really install the patches?
  487. ;
  488. MSG_SELECT_FONT (//)
  489. Select a font
  490. ;
  491. ; First  %s : Version information.
  492. ; Second %s : Date string (numeric).
  493. ; Third  %s : MSG_ALREADY_PATCHED or MSG_NOT_PATCHED (see above)
  494. ;
  495. MSG_ABOUT (//)
  496. ReqChange preferences %s\n\
  497. Copyright © 1993,94  Magnus Holmgren\n\
  498. \n\
  499. Compilation date: %s\n\
  500. \n\
  501. %s\n\
  502. Active patches: %ld\n\
  503. Allocated requesters: %ld
  504. ;
  505. MSG_MAINWINDOWTITLE (//)
  506. ReqChange preferences
  507. ;
  508. MSG_EDITWINDOWTITLE (//)
  509. Edit list
  510. ;
  511. MSG_DENYWINDOWTITLE (//)
  512. Deny node
  513. ;
  514. MSG_REXXWINDOWTITLE (//)
  515. Rexx node
  516. ;
  517. MSG_SELECT_MAINPREFS_TITLE (//)
  518. Select a mainprefs file
  519. ;
  520. MSG_SELECT_REXXPREFS_TITLE (//)
  521. Select a rexxprefs file
  522. ;
  523. MSG_SELECT_DENYPREFS_TITLE (//)
  524. Select a denyprefs file
  525. ;
  526. MSG_CONFIRM_DELETE_NODE (//)
  527. Really delete this node?
  528. ;
  529. MSG_CONFIRM_CLEAR (//)
  530. Do you really want to\n\
  531. clear the current list?
  532. ;
  533. MSG_APPICON_NAME (//)
  534. ReqChange dock
  535. ;
  536. MSG_ERROR_NO_ICONDROP (//)
  537. Couldn't init icon dropping!\n\
  538. (No Workbench?)
  539. ;
  540. MSG_ERROR_NO_HOMEDIR (//)
  541. Couldn't find the home\n\
  542. directory of ReqChange!
  543. ;
  544. MSG_ERROR_NO_PRGPATH (//)
  545. Couldn't get the path to ReqChange!
  546. ;
  547. MSG_RUN_QUIT_GAD (//)
  548. _Keep running|_Quit
  549. ;
  550. MSG_ERROR_RESTORE_LIST (//)
  551. Couldn't restore list\n\
  552. \"%s\":\n\
  553. %s!
  554. ;
  555. MSG_REQUESTER_INFO (//)
  556. ReqChange information
  557. ;
  558. ; ** ReqChange 3.3 **
  559. ;
  560. ; A new list type..
  561. ;
  562. MSG_EDIT_EXCEPT_TXT (//)
  563. Excepted programs
  564. ;
  565. ; Titles for the new windows
  566. ;
  567. MSG_EXCEPTWINDOWTITLE (//)
  568. Except node
  569. ;
  570. MSG_TASKWINDOWTITLE (//)
  571. Select a program
  572. ;
  573. ; Except window
  574. ;
  575. MSG_EXCEPT_NAME_GAD (//)
  576. _Program:
  577. ;
  578. MSG_SELECT_EXCEPTPREFS_TITLE (//)
  579. Select an exceptprefs file
  580. ;
  581. MSG_ERROR_NO_EXCEPTNAME (//)
  582. You must enter a program name!
  583. ;
  584. MSG_ERROR_EXCEPTNODE_ALLOC (//)
  585. Couldn't allocate exceptnode!
  586. ;
  587. MSG_REXX_TASK_GAD (//)
  588. _Program:
  589. ;
  590. MSG_ERROR_NO_ALTIMAGE (//)
  591. Couldn't init BOOPSI "GetAlt" image class!
  592. ;
  593. #endif
  594. ;
  595.